WebVideoProperties Class

Represents the web-video properties extension (wp15:webVideoPr) that carries the embedded web video player HTML and its size (uri {C809E66F-F1BF-436E-b5F7-EEA9579F0CBA}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class WebVideoProperties : IExtensionContent
Inheritance
Object    WebVideoProperties
Implements
IExtensionContent

Constructors

WebVideoPropertiesInitializes a new instance of the WebVideoProperties class

Properties

EmbeddedHtml Gets or sets the embedded web video player HTML (embeddedHtml).
H Gets or sets the height (h).
W Gets or sets the width (w).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also